'Declaration Public Overloads Shared Function MergeDocuments( _ ByVal ParamArray mergedDocuments() As GcWordDocument _ ) As GcWordDocument
public static GcWordDocument MergeDocuments( params GcWordDocument[] mergedDocuments )
Parameters
- mergedDocuments
- The source documents to merge.
Return Value
The newly created GcWordDocument consisting of the merged Body ranges of the source documents.